﻿.layer-boxs {
	/*display: none;
	position: fixed;*/
	/*left: 50%;*/
	/*top: 50%!important;*/
	width: 700px;
	min-height: 200px;
	_height: 200px;
	/*margin-left: -350px;*/
	background: #fff;
	/*border: 1px solid #ccc;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);*/
	z-index: 1000;
}
.layer-boxs .layer-title {
	height: 38px;
	padding-left: 10px;
	font-size: 14px;
	font-weight: lighter;
	line-height: 36px;
	background: #f4f5f3;
	border-bottom: 1px solid #d0d0d0;
}
.layer-boxs .layer-title span {
	padding-left: 7px;
	border-left: 5px solid #0C437B;
}
.layer-boxs .close {
	position: absolute;
	right: 0;
	top: 0;
	padding: 11px;
	font-size: 16px;
	color: #777;
	cursor: pointer;
}
.layer-boxs .layer-contents {
	padding: 15px 20px;
}
.layer-boxs .input-box-title {
	background: transparent;
}
.layer-boxs .input-box-title a {
	color: #777;
}
.layer-boxs .input-box-title span, .layer-boxs .input-box-title .current {
	height: 30px;
	border: 1px solid #ccc;
}
.layer-boxs .journal-list li {
	background: #fefefe;
}
.layer-boxs .journal-list .added, .layer-boxs .journal-list .added a {
	font-weight: bold;
	color: #555!important;
}
.layer-boxs .journal-list .added {
	background: #f7f7f7;
}
.layer-boxs .content-input .input-line {
	margin-bottom: 15px;
}
.layer-boxs .content-input .stars {
	top: 11px;
	zoom: 0.8;
}
.layer-boxs .content-input .submit {
	text-align: center;	
}
.layer-boxs .content-input .submit input {
	width: 100px;
	background: #d33c3c;
	border-color: #d33c3c; color:#FFFFFF;
}


.layer-boxs .content-input .input-label, .layer-boxs .content-input .input {
	font-size: 14px;
	line-height: 30px;
	margin: 0;
	padding: 0;
}
.layer-boxs .content-input input {
	line-height: normal;
}
.layer-boxs .content-input .input-label {
	float: left;
	width: 7em;
	text-align: right;
}
.layer-boxs .content-input .input {
	margin-left: 7em;
}
.layer-boxs .input-group-btn button {
	height: auto;
	line-height: normal;
}
.layer-boxs .select-list {
	overflow-y: auto;
	zoom: 1;
	height: 145px;
	padding: 6px 8px;
	font-size: 12px;
	color: #303d3f;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 3px;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1) inset;
	vertical-align: middle;
}
.layer-boxs .select-list li {
	float: left;
	overflow: hidden;
	width: 50%;
	padding-right: 20px;
	line-height: 26px;
	text-overflow: ellipsis;
}
.layer-boxs .select-list li:hover {
	background: rgba(100,100,100,0.1);
}


.layer-boxs .lb-2 .input-label {
	width: 3em;
}
.layer-boxs .lb-2 .input {
	margin-left: 3em;
}
.layer-cnts {
	padding: 10px 20px;
}
.layer-cnt-hs {
	height: 30px;
	margin-bottom: 15px;
	padding-left: 3px;
	line-height: 28px;
	font-weight: bold;
	font-size: 14px;
	color: #4e4e4e;
	border-bottom: 1px solid #d0d0d0;
}
.advances {
	/*top: 100px;*/
	width: 800px;
	/*margin-left: -400px;*/
}
.advances .layer-title {
	height: 38px;
	padding-top: 4px;
	padding-left: 5px;
} 
.advances .layer-title a {
	float: left;
	width: 100px;
	height: 34px;	
	line-height: 32px;
	text-align: center;
	color: #333;
}
.advances .layer-title a.current {	
	line-height: 32px;
	background: #fff;
	border: 1px solid #d0d0d0;
	border-bottom: 0;
	border-top: 3px solid #005083;
}
.advances .search-list {
	clear: both;
	padding: 20px 0;
}
.advances .layer-cnts {
	padding: 0 20px;
}
.advances .layer-cnts .sel, .advances .layer-cnts .s, .advances .layer-cnts .t {
	float: left;
	width: 120px;
}
.advances .layer-cnts .sel input {
	width: 50px;
	height: 21px;
	height: 22px\9;
	line-height: 22px;
	background: transparent;
	border: 0;	
}
.advances .layer-cnts .sel .sel-box {
	width: 125px;
}


.advances .layer-cnts .s {
	width: 40px;
}
.advances .layer-cnts .s .sel-box {
	width: 40px;
}


.advances .layer-cnts .t {
	margin-right: 0;	
}
.advances .layer-cnts .t .sel-box {
	width: 60px;
	z-index: 9999;
}
.advances .layer-cnts .t ul {
	overflow: auto;
	width: 76px;
	height: 174px;
}


.advances .layer-cnts .adv-object .input {
	float: left;
	position: relative;
	line-height: 30px;
}
.advances .layer-cnts .adv-object .input input {
	float: left;
	width: 450px;
	padding-right: 68px;
}
.advances .layer-cnts .input .class-view {
	position: absolute;
	right: 58px;
	top: 2px;
	padding: 3px 4px;
}
.advances .layer-cnts .input .class-view input {
	width: 81px;
	height: 21px;
	padding: 0 0 1px;
	font-size: 14px;
	line-height: 22px;
	color: #fff;
	background: #bbbbbb;
	border: 0;
	border-radius: 2px;
	cursor: pointer;
}
.advances .layer-cnts .input .in-sel {
	position: absolute;
	right: 6px;
	top: 2px;
	margin: 0 -5px 0 0;
	padding: 3px 4px;
	border-left: 1px dotted #bcbcbc;
}
.advances .layer-cnts .input .in-sel .disp {
	display: block;
	width: 50px;
	height: 21px;
	padding-right: 12px;
	font-size: 14px;
	line-height: 21px;
	line-height: 21px\9;
	*line-height: 21px;
	_line-height: 21px;
	text-align: center;
	color: #fff;
	background: url(../../../../images/site/ico-arrow.png) no-repeat 31px -79px #bbbbbb;
	border-radius: 2px;
}
.advances .layer-cnts .input .in-sel .exact {
	background-color: #777;
}
.advances .layer-cnts .input .in-sel .sel-box {
	position: absolute;
	width: 42px;
	left: 4px;
	top: 25px;
	border: 0;
	background: transparent;
}
.advances .layer-cnts .input .in-sel .sel-box li {
	margin-bottom: 1px;
	border: 0;
}
.advances .layer-cnts .input .in-sel .sel-box li a {
	width: 50px;
	height: 24px;
	margin-bottom: 1px;
	padding: 0;
	padding-right: 12px;
	font-size: 14px;
	line-height: 24px;
	text-align: center;
	color: #fff;
	background: #bbbbbb;
	border-radius: 2px;
}
.advances .layer-cnts .input .in-sel .sel-box li .exact {
	background: #777;
}
.advances .layer-cnts .button input {
	width: 95px;
	height: 24px;
	line-height: 18px;
	text-align: center;
	color: #333;
	background: #fdfdfd;
	border: 1px solid #d1d1d1;
	cursor: pointer;
}
.advances .layer-cnts .add, .advances .layer-cnts .cut {
	position: absolute;
	width: 31px;
	height: 30px;
	margin-top: -10px;
	left: 33px;
	background: url(../../../../images/site/sel-op.png)  0 0 no-repeat;
	border: 1px solid #bcbcbc;
	border-radius: 2px;
	cursor: pointer;
}
.advances .layer-cnts .cut {
	left: auto;
	right: 36px;
	background: url(../../../../images/site/sel-op.png) right 0 no-repeat;
}
.advances .layer-cnts .filter input {
	vertical-align: text-top;
	*vertical-align: middle;
} 


.advances .layer-cnts .filter i {
	display: inline-block;
	width: 80px;
}
.advances .layer-cnts .class-sel {
	margin-top: 3px;
	padding: 5px;
	background: #fafafa;
	border: 1px solid #e4e4e4;
}
.advances .layer-cnts .class-sel ul {
	overflow: auto;
	height: 75px;
}
.advances .layer-cnts .class-sel li {
	float: left;
	width: 182px;
	line-height: 24px;
}


.advances .easy-select-box .easy-select-box-disp {
	height: 26px;
	line-height: 24px;
}

.advances .format-intro {
	clear: both;
	padding: 5px;
	font-family: icon;
	color: #777;
}
.advances .format-intro p {
	min-height: inherit;
	margin: 0 0 1em;
	line-height: 20px;
}
.advances .factor-input .input-area {
	width: 100%;
	height: 100px;
	padding: 5px;
	font-size: 12px;
	line-height: 20px;
	background: url(../../../../images/site/adv-area-bg.png) no-repeat left;
	border: 1px solid #bcbcbc;
	border-radius: 2px;
}

.advances p, .advances .sinput-top, .advances .sinput, .advances .sel-op, .advances .filter, .advances .submit {
	min-height: 30px;
	_height: 30px;
	margin-bottom: 15px;
	line-height: 30px;
}
.advances .layer-cnts .sel {
	padding: 4px 6px;
	background-position: right 5px;
}
.advances .layer-cnts strong {
	float: left;
	font-weight: lighter;
	line-height: 30px;
}
.advances .layer-cnts span {
	float: left;
	margin: 0 5px;
	line-height: 30px;
}
.advances .layer-cnts label {
	margin-right: 10px;
}
.advances .sinput-top {
	padding-left: 110px;
}
.advances .sinput {
	padding-left: 62px;
}
.advances .sel-op {
	position: relative;
	display: block;
	height: 1px;
	min-height: 1px;
	margin-top: -35px;
	padding-left: 3px;
	font-size: 1px;
	line-height: 1px;
	z-index: 999;
}
.advances .layer-cnt-hs {
	clear: both;
	height: 30px;
	margin-bottom: 5px;
	padding-left: 3px;
	line-height: 28px;
	font-weight: bold;
	font-size: 14px;
	color: #4e4e4e;
	border-bottom: 1px solid #d0d0d0;
}
.advances .factor-input {
	padding: 10px 0 0;
	margin-bottom: 15px;
}
.advances .layer-cnts .t .complex {
	width: 639px;
	border: 1px solid #ddd;
}
.advances .layer-cnts .t .complex ul {	
	overflow: auto;
	width: 637px;
	height: 150px;
	padding: 5px 0;
	zoom: 1;
}
.advances .layer-cnts .t .complex li {
	float: left;
	margin: 0 8px;
	border: 0;
}

.advances .submit {
	_margin-bottom: 0;
	padding: 0;
	text-align: center;
	background: transparent;
}
.advances .submit .btn-s {
	width: 100px;
	margin: 0 10px;
	color: #fff;
	/*background: #FFC000;
	border-color: #FFC000;*/
}
.advances .submit .btn-c {
	display: inline-block;
	width: 100px;
	margin: 0 10px;
	padding: 6px 5px;
	font-size: 14px;
	color: #555;
	background: #fff;
	border: 1px solid #999;
	border-radius: 3px;
	vertical-align: middle;
	cursor: pointer;
}
.advances .submit .btn-g {
	display: inline-block;
	width: 100px;
	margin: 0 10px;
	padding: 6px 5px;
	font-size: 14px;
	color: #fff;
	background: #999;
	border: 0;
	border-radius: 3px;
	vertical-align: middle;
	cursor: pointer;
}
